Posts

Post not yet marked as solved
7 Replies
I'm on a device, for example IPhone XR.I open the application which consists of a webView that calls a website written in php and uses JQuery MobileOn a page we have the html input type = "file" tag which allows the user to select an image from his device.Another button sends it to our server.And the whole process happens correctly.In android we capture this moment and before sending it we resize the chosen image.This happens in@Override protected void onActivityResult(int requestCode, int resultCode, Intent data) { super.onActivityResult(requestCode, resultCode, data); if (requestCode==FILECHOOSER_RESULTCODE) { //Resize image } }We need to do the same thing in Swift
Post not yet marked as solved
7 Replies
The code is in a php page implemented with JQuery and the Swift side is called in the webView.I can't post the code.I would like to post photos or links but the forum won't let me